home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5279 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: fc.hp.com!news
  2. From: koren@hpsrk.fc.hp.com (Steve Koren)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: MUI 3.2
  5. Date: 20 Feb 1996 09:09:27 -0700
  6. Organization: HP Fort Collins Site
  7. Sender: koren@hpsrk.fc.hp.com
  8. Message-ID: <oj691hy9dxk.fsf@hpsrk.fc.hp.com>
  9. References: <311ce713@karkis.canit.se> <68771501@0humpty.tomate.tng.oche.de>
  10. NNTP-Posting-Host: hpsrk.fc.hp.com
  11. In-reply-to: humpty@TOMATE.TNG.OCHE.DE's message of Mon, 12 Feb 96  8:59:19 GMT
  12. X-Newsreader: Gnus v5.0.9
  13.  
  14.  
  15. humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich) wrote:
  16.  
  17. > For the _basic_ features for users which you may need every day:
  18. > * FULL (!) keyboard control. I *love* it. I hate to always grab the mouse.
  19. >   Tab cycle through all gadgets in your GUI. I never would do a GUI engine
  20. >   without this.
  21. > * Iconification built-in. And with a nice gadget in the window.
  22.  
  23. I'd add to your list: window snapshotting.  If you snapshot the window,
  24. the next time you open that same window it'll appear in the same
  25. position and location (and even the same public screen if you want).  I
  26. love this.  Apps that don't have it annoy me.
  27.  
  28. I go out of my way now to look for MUI apps specifically, and I've been
  29. on a kick to replace my old non-MUI apps with MUI versions.  This is
  30. because I know if it is a MUI app, it *will* support iconification,
  31. snapshotting, full keyboard support, window resizing, font settings, and
  32. all the other things MUI provides.  Otherwise, it almost never does.
  33. Better if this stuff had been provided but C=, but they didn't, so
  34. getting a reasonably standard solution now is a good thing no matter
  35. where it comes from.
  36.  
  37. > Okay.... I agree that MUI is very resource hungry, and maybe this is no
  38.  
  39. That's a matter of what you consider "resource hungry".  To a
  40. A1000/68000/2-Mb user, sure its a real hog.  But I routinely run major
  41. applications which together allocate over 30 Mb of data space, never
  42. mind code space.  MUI is so small I don't even *notice* it.  Its down in
  43. the noise.  Anyway you can consider its few hundred Kb to be divided
  44. between all your running MUI apps, and I often have 6 or 8 running, so
  45. its not that much overhead per app.  The functionality is definately
  46. worth the nominal cost.  If all apps had to implement the functionality
  47. separately, you won't have a nice single lib to complain about, but
  48. overall you'd use more memory, and lose the consistency.
  49.  
  50.   - steve
  51.